-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Enable cancelling active listeners when unsubscribing #2078
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 5acc6ef:
|
size-limit report 📦
|
| expect(effect.mock.calls).toEqual([[testAction1('a'), middlewareApi]]) | ||
| }) | ||
|
|
||
| test.only('can cancel an active listener when unsubscribing directly', async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.only should be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DRAT thank you!
8c73422 to
115f950
Compare
7f33584 to
6e70057
Compare
6e70057 to
5acc6ef
Compare
|
Awright. Merging, and releasing shortly! |
👍 |
This PR:
removeAllListenersaction creator toclearAllListenersunsubscribecallbacks to optionally accept{cancelActive: true}to cancel active listeners@alphatype labels to be@public